func os.checkSymlink
6 uses
os (current package)
root_unix.go#L69: err = checkSymlink(parent, name, err)
root_unix.go#L91: err = checkSymlink(parent, name, err)
root_unix.go#L119: err = checkSymlink(parent, name, err)
root_unix.go#L139: return nil, checkSymlink(parent, n, syscall.ELOOP)
root_unix.go#L171: if err := checkSymlink(parent, name, nil); err != nil {
root_unix.go#L273: func checkSymlink(parent int, name string, origError error) error {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |